Fix bug #14575 with window-specific overlays with line-prefix or wrap-prefix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Jun 2013 16:37:22 +0000 (19:37 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Jun 2013 16:37:22 +0000 (19:37 +0300)
commit9ae44a136599ab2ee66b7ad6cde916b3b2edc942
tree1900cdc97e7b9e42f8eb9ea056e88119b2e21a1b
parentc0df8da964e7589a5c8eb31517d3fbb01c4b5df9
Fix bug #14575 with window-specific overlays with line-prefix or wrap-prefix.

 src/xdisp.c (get_it_property): If it->object is a buffer, pass to
 get-char-property the window that is being rendered, instead of
 the buffer, to support window-specific overlays.
src/ChangeLog
src/xdisp.c